projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce68a2f
)
wayland: Require wayland-client 1.1.90
author
Alexander Larsson
<alexl@redhat.com>
Tue, 4 Jun 2013 09:27:56 +0000
(11:27 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Wed, 3 Jul 2013 12:34:13 +0000
(14:34 +0200)
This has the new methods required for buffer scaling.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6d825ba31edae9bac07a4b076b8ac46ffab30c1d..b6541c1b5343fd53aa14703109d041c083184079 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-402,7
+402,7
@@
if test "x$enable_wayland_backend" = "xyes"; then
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_WAYLAND"
DISABLE_ON_WAYLAND='%'
- WAYLAND_PACKAGES="wayland-client >= 1.
0.
0 xkbcommon >= 0.2.0 wayland-cursor"
+ WAYLAND_PACKAGES="wayland-client >= 1.
1.9
0 xkbcommon >= 0.2.0 wayland-cursor"
AM_CONDITIONAL(USE_WAYLAND, true)
else
AM_CONDITIONAL(USE_WAYLAND, false)